From: Markus Rost Date: Mon, 9 Sep 2002 20:28:53 +0000 (+0000) Subject: (save-some-buffers-action-alist): Use lower case for help string of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30715 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ecfcbf65e2cde8df6c23c6510b6a6ccc3718946f;p=emacs.git (save-some-buffers-action-alist): Use lower case for help string of diff-buffer-with-file. --- diff --git a/lisp/files.el b/lisp/files.el index 46264e0a526..29da63df7cf 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3025,7 +3025,7 @@ This requires the external program \"diff\" to be in your `exec-path'." nil) "display the current buffer") (?d diff-buffer-with-file - "Show difference to last saved version")) + "show difference to last saved version")) "ACTION-ALIST argument used in call to `map-y-or-n-p'.") (put 'save-some-buffers-action-alist 'risky-local-variable t)